|
|
@@ -64,6 +64,7 @@ public class EndProductServiceImpl implements EndProductService {
|
|
|
map.put("companyId", BaseContextHolder.getCompanyId());
|
|
|
map.put("result", null);
|
|
|
endProductMapper.endProduct(map);
|
|
|
+ endProductMapper.endFund(map);
|
|
|
endProductMapper.updatePeriodStatus(99L, period, BaseContextHolder.getCompanyId());
|
|
|
DocBaseDTO docBaseDTO = generateMsgObj(Long.parseLong(period));
|
|
|
messageLogService.customizeLog(docBaseDTO, Operation.ENDPRODUCT);
|