|
@@ -1070,9 +1070,9 @@ public class ExpenseInfoServiceImpl extends ServiceImpl<ExpenseInfoMapper, Expen
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- //库点费用-煤款
|
|
|
+ //库点费用-燃料款
|
|
|
else if ("3".equals(expenseInfo1.getExpensesPurpose()) && "5".equals(expenseInfo1.getAutoAssign())) {
|
|
|
- //查询该仓库是否有煤款信息
|
|
|
+ //查询该仓库是否有燃料款信息
|
|
|
CoalPaymentInfo coalPaymentInfo = coalPaymentInfoService.selectOne(new EntityWrapper<CoalPaymentInfo>()
|
|
|
.eq("warehouse_name",expenseInfo1.getWarehouseName()));
|
|
|
if (coalPaymentInfo == null){
|
|
@@ -1589,7 +1589,7 @@ public class ExpenseInfoServiceImpl extends ServiceImpl<ExpenseInfoMapper, Expen
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 煤款列表请款记录列表
|
|
|
+ * 燃料款列表请款记录列表
|
|
|
* @param expenseInfo
|
|
|
* @return
|
|
|
*/
|