|
@@ -110,8 +110,8 @@ public interface ApsProcessOperationDao extends BaseMapper<ApsProcessOperationDo
|
|
|
@Update("update aps_process_operation_equ e\n" +
|
|
|
"left join aps_process_operation o on e.MAINID=o.ID\n" +
|
|
|
"set e.ROLLERID=#{rollerid},e.ROLLERTYPE=#{rollertype}\n" +
|
|
|
- "where e.DELETED='0' and o.BLANKID=#{blanckid} and IFNULL(o.LEVEL,'')>3 \n" +
|
|
|
+ "where e.DELETED='0' and o.BLANKID=#{blanckid} and IFNULL(o.LEVEL,'')>${level} \n" +
|
|
|
"\tand e.RESOURCEID=#{resourceid} and IFNULL(e.ROLLERID,#{option})=#{option}")
|
|
|
- void updateZJProcessEqu(@Param("blanckid") String blanckid, @Param("resourceid") String resourceid, @Param("option") String option, @Param("rollerid") String rollerid, @Param("rollertype") String rollertype);
|
|
|
+ void updateZJProcessEqu(@Param("blanckid") String blanckid, @Param("resourceid") String resourceid, @Param("option") String option, @Param("rollerid") String rollerid, @Param("rollertype") String rollertype, @Param("level") String level);
|
|
|
|
|
|
}
|