|
@@ -73,7 +73,7 @@ public interface ApsBlankOrderDao extends BaseMapper<ApsBlankOrderDo> {
|
|
// "and PROCESSID NOT IN (select ID from aps_process_operation where DELETED='0' and BLANKID in (${hasIds}) AND LOCKMARK='y')")
|
|
// "and PROCESSID NOT IN (select ID from aps_process_operation where DELETED='0' and BLANKID in (${hasIds}) AND LOCKMARK='y')")
|
|
// void setProDetailLockMark(@Param("hasIds") String hasIds);
|
|
// void setProDetailLockMark(@Param("hasIds") String hasIds);
|
|
|
|
|
|
- @Select("UPDATE aps_process_operation_process_equ set LOCKMARK='n',MODIFYDATE = NOW(),MODIFYUSERID = #{userId},MODIFYUSERNAME = #{userName} where DELETED='0' and BLANKID in (${hasIds}) " +
|
|
|
|
|
|
+ @Select("UPDATE aps_process_operation_process_equ set LOCKMARK='n',MODIFYUSERID = #{userId},MODIFYUSERNAME = #{userName} where DELETED='0' and BLANKID in (${hasIds}) " +
|
|
"and (LOCKMARKDETAIL is null or LOCKMARKDETAIL != 'y')")
|
|
"and (LOCKMARKDETAIL is null or LOCKMARKDETAIL != 'y')")
|
|
void setProDetailLockMark(@Param("hasIds") String hasIds,@Param("userId") String userId,@Param("userName") String userName);
|
|
void setProDetailLockMark(@Param("hasIds") String hasIds,@Param("userId") String userId,@Param("userName") String userName);
|
|
|
|
|