|
@@ -692,7 +692,7 @@ public class GenerateBarcodeServiceImpl implements GenerateBarcodeService{
|
|
|
mp1.put("BAR_CODE", bar_code);
|
|
|
mp1.put("BAR_REMAIN", bar_remain);
|
|
|
mp1.put("BAR_STATUS", "1");
|
|
|
- mp1.put("BAR_PLACE", "");
|
|
|
+ mp1.put("BAR_PLACE", "1");
|
|
|
mp1.put("BAR_RECORDDATE", DateUtil.format(null, "yyyy-MM-dd HH:mm:ss"));
|
|
|
baseDao.execute(SqlUtil.getInsertSqlByFormStore(mp1, "barcode", new String[] {}, new Object[] {}));
|
|
|
|