--s
This commit is contained in:
weiyunlong 2025-03-05 17:04:02 +08:00
parent ef4373f88e
commit da2367f660
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class TestDBFormPlugin extends AbstractFormPlugin {
super.afterDoOperation(e);
if("shjh_btnok".equals(e.getOperateKey())){
String dbnum = (String) this.getModel().getValue("shjh_dbnum");//标识
String sql = (String) this.getModel().getValue("shjh_sql");//sql语句
String sql = (String) this.getModel().getValue("shjh_sqls");//sql语句
try{
DB.update(DBRoute.of(dbnum), sql,null);
}catch(Exception ex){