Commit e6bfd788 by huluobin

update

parent 9390da00
......@@ -283,7 +283,7 @@ public class CostApiServiceImpl implements CostApiService {
CostTypeKindDomain costTypeKindDomain = costTypeKindDao.selectByKindNameAndCompanyName("工资", wageCostDto.getCompanyName());
if (costTypeKindDomain == null) {
throw new RuntimeException(wageCostDto + "在费用系统不存在费用单小类:工资")
throw new RuntimeException(wageCostDto + "在费用系统不存在费用单小类:工资");
}
costDomain.setTypeNo(costTypeKindDomain.getTypeNo());
costDomain.setTypeName(costTypeKindDomain.getTypeName());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment