bug--报销单审批通过挂起
金蝶云社区-hhlalun
hhlalun
0人赞赏了该文章 505次浏览 未经作者许可,禁止转载编辑于2020年03月20日 13:53:34

报销类单据在审批通过节点挂起挂起日志为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: “)”附近有语法错误。