This commit is contained in:
mashuai 2024-11-26 18:08:43 +08:00
parent 1972ee4afd
commit a7feb390c8
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<if test="description != null and description != ''"> and d.description = #{description}</if> <if test="description != null and description != ''"> and d.description = #{description}</if>
<if test="gpsCode != null and gpsCode != ''"> and d.gps_code = #{gpsCode}</if> <if test="gpsCode != null and gpsCode != ''"> and d.gps_code = #{gpsCode}</if>
<if test="companyId != null and companyId = ''"> and d.own_co = #{companyId}</if> <if test="companyId != null and companyId != ''"> and d.own_co = #{companyId}</if>
<if test="specification != null "> and d.specification = #{specification}</if> <if test="specification != null "> and d.specification = #{specification}</if>
<if test="deposit != null "> and d.deposit = #{deposit}</if> <if test="deposit != null "> and d.deposit = #{deposit}</if>
<if test="startTime != null and endTime != null"> <if test="startTime != null and endTime != null">