This commit is contained in:
psh
2024-01-16 10:55:36 +08:00
parent c728ceb800
commit 5e6f460277
2 changed files with 2 additions and 2 deletions

View File

@@ -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)){

View File

@@ -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>