aps-modules/aps-job/src/main/resources/mapper/job/ApsWorkOrderJobMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
aps-modules/aps-job/src/main/resources/mapper/job/ApsWorkOrderJobMapper.xml
@@ -81,6 +81,7 @@ <if test="delFlag != null and delFlag != ''"> and del_flag = #{delFlag}</if> <if test="opStatus != null and opStatus != ''"> and op_status = #{opStatus}</if> <if test="nextOpName != null and nextOpName != ''"> and next_op_name = #{nextOpName}</if> and doc_no is not null </where> </select>