Merge remote-tracking branch 'origin/apps_dev' into apps_dev
This commit is contained in:
commit
1d4fab8f99
Binary file not shown.
@ -8582,6 +8582,8 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
|||||||
List data=new ArrayList();
|
List data=new ArrayList();
|
||||||
data.add(0,methodId);
|
data.add(0,methodId);
|
||||||
data.add(1,uuid);
|
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);
|
RowMap rowMap=DBSql.getMap("SELECT EXT2 FROM APP_ACT_COE_PAL_REPOSITORY WHERE EXT2=? AND PLMETHODID=?",data.toString(),methodId);
|
||||||
if(rowMap!=null){
|
if(rowMap!=null){
|
||||||
ro.put("result", "ok");
|
ro.put("result", "ok");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user