|
@@ -25,7 +25,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
where 1 =1
|
|
where 1 =1
|
|
|
<if test="standardId !=null and standardId != ''">
|
|
<if test="standardId !=null and standardId != ''">
|
|
|
- and msi.standardId = #{standardId}
|
|
|
|
|
|
|
+ and msi.standard_id = #{standardId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="itemId !=null and itemId != ''">
|
|
<if test="itemId !=null and itemId != ''">
|
|
|
and t.item_id= #{itemId}
|
|
and t.item_id= #{itemId}
|
|
@@ -87,7 +87,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
where 1 =1
|
|
where 1 =1
|
|
|
<if test="standardId !=null and standardId != ''">
|
|
<if test="standardId !=null and standardId != ''">
|
|
|
- and msi.standardId = #{standardId}
|
|
|
|
|
|
|
+ and msi.standard_id = #{standardId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="itemId !=null and itemId != ''">
|
|
<if test="itemId !=null and itemId != ''">
|
|
|
and t.item_id= #{itemId}
|
|
and t.item_id= #{itemId}
|