fix
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
<if test="query.group_bind_material_status != null">
|
||||
AND vg.group_bind_material_status = #{query.group_bind_material_status}
|
||||
</if>
|
||||
<if test="query.material_id != null">
|
||||
AND vg.material_id = #{query.material_id}
|
||||
</if>
|
||||
<if test="query.region_code != null">
|
||||
AND vg.point_code IN (
|
||||
SELECT p.point_code
|
||||
|
||||
@@ -15,5 +15,6 @@ public class SchBaseVehiclematerialgroupQuery implements Serializable {
|
||||
private String vehicle_code;
|
||||
private String workshop_code;
|
||||
private String region_code;
|
||||
private String material_id;
|
||||
private String group_bind_material_status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user