报销类单据在审批通过节点挂起挂起日志为Caused by: com.kingdee.bos.BOSException :
Sql1 execute exception : update T_BC_DailyLoanBill set fstate=80 where fid not in(select fbillid from T_BC_DailyLoanBillEntry where fbudgetBalance>0 and fbillid in ()) and fid in()
Caused exception message is: ORA-00936: 缺失表达式
java.sql.SQLException: ORA-00936: 缺失表达式
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
Caused by: com.kingdee.bos.BOSException :
Sql1 execute exception : update T_BC_DailyLoanBill set fstate=80 where fid not in(select fbillid from T_BC_DailyLoanBillEntry where famountBalance>0 and fbillid in ()) and fid in()
Caused exception message is: “)”附近有语法错误。
java.sql.SQLException: “)”附近有语法错误。
推荐阅读