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