|
|
@@ -90,7 +90,7 @@ public class invAccountExcelController {
|
|
|
if (invAccountExcel.getEnterCardNum().equals(invAccountExcel.getOutCardNum())) {
|
|
|
throw new SystemException("无法转账给本公司");
|
|
|
}
|
|
|
-
|
|
|
+ invAccountExcel.setTransferFlag("1"); //默认新增时未转帐状态
|
|
|
invAccountExcel.setExcelAccountOperateId(String.valueOf(new Date().getTime()));
|
|
|
|
|
|
if (invAccountExcelService.save(invAccountExcel)) {
|