修改bug
This commit is contained in:
@@ -520,7 +520,7 @@ public class WorkTaskServiceImpl implements WorkTaskService {
|
||||
PDM_BI_ProcedureOfflineBucketRecord.insert(OfflineFlow);
|
||||
|
||||
JSONObject printJson = new JSONObject();
|
||||
printJson.put("bucketunique", IdUtil.getSnowflake(1, 1).nextId());
|
||||
printJson.put("bucketunique", jsonBuc.getString("bucketunique"));
|
||||
printJson.put("material_id", whereJson.getString("ext_id"));
|
||||
printJson.put("material_code", whereJson.getString("material_code"));
|
||||
printJson.put("material_name", whereJson.getString("material_name"));
|
||||
|
||||
Reference in New Issue
Block a user