Compare commits

..

No commits in common. "e67ec704f46ad01c5ebad12e65b2ae3b30988581" and "6164ca00ebdac1b22730d93736d5a9c884b78955" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ PullProcess implements IRule<MaterialOutVO> {
detailItem.put("mrlCode", mrl.get("code"));
detailItem.put("mrlName", mrl.get("name"));
detailItem.put("planInDate", item.getDbizdate().toStdString());
detailItem.put("planInQty", item.getNassistnum().abs().doubleValue());//MES退货单数量为正需要转换
detailItem.put("planInQty", item.getNshouldassistnum().doubleValue());
String unitsql = "select code from bd_measdoc where pk_measdoc = '" + item.getCastunitid() + "' ";
Map<String,Object> unit = (Map<String, Object>) dao.executeQuery( unitsql, new MapProcessor());
detailItem.put("unit", unit.get("code"));