소스 검색

bug:技师按服务状态搜索不到

wrj 11 달 전
부모
커밋
e56136f905
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      nightFragrance-massage/src/main/resources/mapper/massage/TJsMapper.xml

+ 3 - 0
nightFragrance-massage/src/main/resources/mapper/massage/TJsMapper.xml

@@ -116,6 +116,9 @@
             <if test="param.nStatus2 != null">
                 and js.n_status2 = #{param.nStatus2}
             </if>
+            <if test="param.nStatus != null">
+                and js.n_status = #{param.nStatus}
+            </if>
             <if test="param.nTong != null">
                 and js.n_tong = #{param.nTong}
             </if>