mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
打包状态,生产单状态,工序加逻辑修改
This commit is contained in:
+9
@@ -71,4 +71,13 @@ public interface ProcessStepMapper extends BaseMapperX<ProcessStepDO> {
|
||||
|
||||
|
||||
void updateStatus(@Param("processStepSalaryIds") List<ProcessStepSalaryIds> processStepSalaryIds,@Param("nickname") String nickname);
|
||||
|
||||
|
||||
default List<ProcessStepDO> selectOrderStatus(Long orderId, Long organId) {
|
||||
return selectList(new LambdaQueryWrapperX<ProcessStepDO>()
|
||||
.eqIfPresent(ProcessStepDO::getOrganId, organId)
|
||||
.eqIfPresent(ProcessStepDO::getOrderId, orderId)
|
||||
.eqIfPresent(ProcessStepDO::getStatus,false));
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user