Przeglądaj źródła

取消抵扣时取消已付金额

anderx 2 lat temu
rodzic
commit
e37ab27659

+ 1 - 1
src/main/java/com/goafanti/expenseAccount/service/impl/ExpenseAccountServiceImpl.java

@@ -503,7 +503,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
         Integer status=in.getStatus();
 
         if (status==1){
-            str=str.append("您有报销需要审核,").append("报销编号[").append(in.getCheckNo()).append("]").append(",请查看并审核。");
+            str=str.append("编号[").append(in.getCheckNo()).append("]需要审核").append(",请查看并审核。");
             //新的流程是当前流程+1
             newEa.setProcessStatus(useEa.getProcessStatus()+1);
             newEa.setAid(useEa.getAid());