diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml index 5096835..ab21e65 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml @@ -631,7 +631,7 @@ LEFT JOIN ma_type mt4 ON mt4.type_id = mt3.parent_id LEFT JOIN sys_dic sd ON sd.id = tt.task_status WHERE - tt.task_status IN ( 37, 38, 39, 40 ) + tt.task_status IN ( 37, 38, 39, 40 ,139) and bai.code like concat('%', #{keyWord}, '%')