瀏覽代碼

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>