|
@@ -56,7 +56,7 @@ public interface ApsBlankOrderDao extends BaseMapper<ApsBlankOrderDo> {
|
|
@Update("update aps_process_operation set PROCESSSTATUS = '20' where PROCESSSTATUS = '10' AND BLANKID IN (select ID from aps_blank_order where DELETED = 0 AND PRODUCTIONORDERID in (${orderIds}))")
|
|
@Update("update aps_process_operation set PROCESSSTATUS = '20' where PROCESSSTATUS = '10' AND BLANKID IN (select ID from aps_blank_order where DELETED = 0 AND PRODUCTIONORDERID in (${orderIds}))")
|
|
void publishUnlock(@Param("ids") List<String> ids);
|
|
void publishUnlock(@Param("ids") List<String> ids);
|
|
|
|
|
|
- @Update("update aps_process_operation set PROCESSSTATUS = '20' where BLANKID IN ('${blankIds}') AND PROCESSSTATUS = '10'")
|
|
|
|
|
|
+ @Update("update aps_process_operation set PROCESSSTATUS = '20' where BLANKID IN (${blankIds}) AND PROCESSSTATUS = '10'")
|
|
void updateProcessOperationByOrderIds(@Param("blankIds") String blankIds);
|
|
void updateProcessOperationByOrderIds(@Param("blankIds") String blankIds);
|
|
|
|
|
|
void cancelSchedulingUpdate(@Param("idList") List<String> idList);
|
|
void cancelSchedulingUpdate(@Param("idList") List<String> idList);
|