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