|
@ -140,7 +140,7 @@ public class RawAssistIStorServiceImpl extends ServiceImpl<IOStorInvMapper, IOSt |
|
|
public String insertDtl(Map whereJson) { |
|
|
public String insertDtl(Map whereJson) { |
|
|
ArrayList<HashMap> rows = (ArrayList<HashMap>) whereJson.get("tableData"); |
|
|
ArrayList<HashMap> rows = (ArrayList<HashMap>) whereJson.get("tableData"); |
|
|
String currentUserId = SecurityUtils.getCurrentUserId(); |
|
|
String currentUserId = SecurityUtils.getCurrentUserId(); |
|
|
String nickName = SecurityUtils.getCurrentUsername(); |
|
|
String nickName = SecurityUtils.getCurrentNickName(); |
|
|
String now = DateUtil.now(); |
|
|
String now = DateUtil.now(); |
|
|
double total_qty = 0; |
|
|
double total_qty = 0; |
|
|
JSONObject io_mst = new JSONObject(); |
|
|
JSONObject io_mst = new JSONObject(); |
|
|