|
@@ -149,9 +149,6 @@
|
|
|
<if test="endDate != null and endDate != '' ">
|
|
|
and matInfo.create_time <= #{endDate}
|
|
|
</if>
|
|
|
- <if test="projectId!=null">
|
|
|
- and matInfo.project_id = #{projectId}
|
|
|
- </if>
|
|
|
<if test="offlineFlag!=null">
|
|
|
and matInfo.offline_flag = #{offlineFlag}
|
|
|
</if>
|