以下都是在举个栗子啊
首先先判断如果A1 = B1,那么就要去数据库查某笔资料是否存在
sql("ERP","select 'x' from a where seq = '"+ A1 +"'",1)(举个栗子)
这时候如果是x则通过,否则不让提交,应该咋写?
A1 = B1 && sql("ERP","select 'x' from a where seq = '"+ A1 +"'",1,1)='x'