|
@@ -319,7 +319,7 @@ public class ConsultancyReimbursementInfoController {
|
|
String result = String.join(",", strings);
|
|
String result = String.join(",", strings);
|
|
if(result.length()>0){
|
|
if(result.length()>0){
|
|
map.put("success",false);
|
|
map.put("success",false);
|
|
- map.put("message","数电发票编号为:" + result + "已进行上报,无法重复上报");
|
|
|
|
|
|
+ map.put("message","数电发票编号为:" + result + "已经发起或已完成报销,无法重复报销");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|