fix
This commit is contained in:
@@ -117,7 +117,7 @@ public class BPSLTask extends AbstractTask {
|
|||||||
String regionCode = "";
|
String regionCode = "";
|
||||||
String materialType = extGroupData.getString("material_type");
|
String materialType = extGroupData.getString("material_type");
|
||||||
if("1".equals(materialType)){
|
if("1".equals(materialType)){
|
||||||
regionCode="ZJB";
|
regionCode="ZJBDJW";
|
||||||
}else if("2".equals(materialType)){
|
}else if("2".equals(materialType)){
|
||||||
regionCode="HCQ2";
|
regionCode="HCQ2";
|
||||||
}else if ("3".equals(materialType)){
|
}else if ("3".equals(materialType)){
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
where point_code like CONCAT('%', #{device_code}, '%')
|
where point_code like CONCAT('%', #{device_code}, '%')
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updatePointType">
|
<update id="updatePointVehicleQty">
|
||||||
update sch_base_point set vehicle_qty = #{state}
|
update sch_base_point set vehicle_qty = #{state}
|
||||||
where point_code like CONCAT('%', #{device_code}, '%')
|
where point_code like CONCAT('%', #{device_code}, '%')
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Reference in New Issue
Block a user