| | |
| | | import com.matrix.system.common.dao.BusParameterSettingsDao; |
| | | import com.matrix.system.common.dao.SysUsersDao; |
| | | import com.matrix.system.constance.Dictionary; |
| | | import com.matrix.system.enums.BooleanEnum; |
| | | import com.matrix.system.hive.bean.*; |
| | | import com.matrix.system.hive.dao.*; |
| | | import com.matrix.system.hive.plugin.util.CollectionUtils; |
| | |
| | | if (shopManageJjcpasConsume == null) { |
| | | shopManageJjcpasConsume = busParameterSettingsDao.selectCompanyParamByCode(AppConstance.SHOP_MANAGE_JJCPAS_CONSUME, pageOrder.getCompanyId()); |
| | | } |
| | | if (AppConstance.IS_Y.equals(shopManageJjcpasConsume.getParamValue())) { |
| | | // if (AppConstance.IS_Y.equals(shopManageJjcpasConsume.getParamValue())) { |
| | | // achieveNew.setHisConsume(achieveNew.getGoodsCash()); |
| | | // } |
| | | if (BooleanEnum.TRUE.getValue() == shopManageJjcpasConsume.getIntParamValue()) { |
| | | achieveNew.setHisConsume(achieveNew.getGoodsCash()); |
| | | } |
| | | |