积分模块相关代码
This commit is contained in:
@@ -221,7 +221,7 @@ public class TbPointsExchangeRecordServiceImpl extends ServiceImpl<TbPointsExcha
|
|||||||
TbPointsGoodsSetting goods = null;
|
TbPointsGoodsSetting goods = null;
|
||||||
TbMemberPoints memberPoints = null;
|
TbMemberPoints memberPoints = null;
|
||||||
try {
|
try {
|
||||||
Object[] verify = verify(record);
|
Object[] verify = verify(entity);
|
||||||
basic = (TbPointsBasicSetting) verify[0];
|
basic = (TbPointsBasicSetting) verify[0];
|
||||||
goods = (TbPointsGoodsSetting) verify[1];
|
goods = (TbPointsGoodsSetting) verify[1];
|
||||||
memberPoints = (TbMemberPoints) verify[2];
|
memberPoints = (TbMemberPoints) verify[2];
|
||||||
|
|||||||
Reference in New Issue
Block a user