Commit 42f6e80c by huluobin

工资系统推送费用单

parent 23b88e1c
......@@ -281,7 +281,7 @@ public class CostApiServiceImpl implements CostApiService {
sqlParam.setKindName("工资");
sqlParam.setCompanyName(wageCostDto.getCompanyName());
CostTypeKindDomain costTypeKindDomain = costTypeKindDao.selectByTypeNoAndKindName(sqlParam);
CostTypeKindDomain costTypeKindDomain = costTypeKindDao.selectByKindNameAndCompanyName(sqlParam);
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