瀏覽代碼

客户管理 接口修改

785834757 2 年之前
父節點
當前提交
ce2df2474a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 3 - 0
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -1260,6 +1260,9 @@
         <if test="param != null and param != ''">
             AND (a.licenseno = #{param} or a.ins_company = #{param})
         </if>
+        <if test="userId != null and userId != ''">
+            AND a.userid = #{userId}
+        </if>
 
     </select>