add:西班牙

This commit is contained in:
zhangzq
2024-12-20 11:28:59 +08:00
parent fba29e0abc
commit b9ca914824
4 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@
and md_pb_vehicleMater.pcsn = #{query.pcsn}
</if>
<if test="query.material_code != null and query.material_code != ''">
and md_pb_vehicleMater.material_code = #{query.material_code}
and md_me_materialbase.material_code = #{query.material_code}
</if>
<if test="query.sect_code != null and query.sect_code != ''">
and struct.sect_code = #{query.sect_code}