bug
This commit is contained in:
parent
1972ee4afd
commit
a7feb390c8
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue