Merge remote-tracking branch 'origin/apps_dev' into apps_dev

This commit is contained in:
3120626891@qq.com 2022-07-27 12:15:51 +08:00
commit 1d4fab8f99
2 changed files with 2 additions and 0 deletions

View File

@ -8582,6 +8582,8 @@ public class CoeProcessLevelWeb extends ActionWeb {
List data=new ArrayList();
data.add(0,methodId);
data.add(1,uuid);
System.out.println("data============"+data.toString());
System.out.println("methodId============"+methodId);
RowMap rowMap=DBSql.getMap("SELECT EXT2 FROM APP_ACT_COE_PAL_REPOSITORY WHERE EXT2=? AND PLMETHODID=?",data.toString(),methodId);
if(rowMap!=null){
ro.put("result", "ok");