|
|
@@ -63,10 +63,10 @@
|
|
|
and t.app_id= #{appId}
|
|
|
</if>
|
|
|
<if test="startTime !=null and startTime != ''">
|
|
|
- and t.createTime >= #{startTime}
|
|
|
+ and t.create_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
- and t.createTime <= #{endTime}
|
|
|
+ and t.create_time <= #{endTime}
|
|
|
</if>
|
|
|
<if test="staffNameLike !=null and staffNameLike != ''">
|
|
|
and u.name like concat('%',#{staffNameLike},'%')
|
|
|
@@ -107,10 +107,10 @@
|
|
|
and t.app_id= #{appId}
|
|
|
</if>
|
|
|
<if test="startTime !=null and startTime != ''">
|
|
|
- and t.createTime >= #{startTime}
|
|
|
+ and t.create_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
- and t.createTime <= #{endTime}
|
|
|
+ and t.create_time <= #{endTime}
|
|
|
</if>
|
|
|
<if test="staffNameLike !=null and staffNameLike != ''">
|
|
|
and u.name like concat('%',#{staffNameLike},'%')
|