@@ -109,6 +109,7 @@ public class DistributionServiceImpl implements DistributionService {
for (int i = 0; i < list.size(); i++) {
Store store = storeMapper.selectByPrimaryKey(list.get(i).getId());
// 存在赋值为空的情况,追加一次赋值
+ // 2025.4.20 数据库增加默认为0的修改临时解决,此处其他项目中要注意
if (store.getLockFlag() == null || store.getLockFlag() == ""){
store.setLockFlag("0");
}