fix:换标出库不回传
This commit is contained in:
@@ -2101,6 +2101,10 @@ public class StIvtIostorinvOutServiceImpl extends ServiceImpl<StIvtIostorinvOutM
|
||||
mstDao.setOut_stor_id(whereJson.getLongValue("out_stor_id"));
|
||||
}
|
||||
|
||||
if (mstDao.getBill_type().equals("1012")){
|
||||
mstDao.setIs_upload(IOSEnum.IS_NOTANDYES.code("是"));
|
||||
}
|
||||
|
||||
} else {
|
||||
// 修改
|
||||
mstDao.setBiz_date(whereJson.get("biz_date").toString().substring(0, 10));
|
||||
|
||||
Reference in New Issue
Block a user