Ver Fonte

[微浦eis]微浦MES点料机对接接口提交

caosy há 3 meses atrás
pai
commit
7c0515fb07

+ 1 - 1
src/main/java/com/uas/eis/serviceImpl/MESHelperServiceImpl.java

@@ -1942,7 +1942,7 @@ public class MESHelperServiceImpl implements MESHelperService {
 		String barcode  = maps.get("reel_id").toString();
 		String barcode  = maps.get("reel_id").toString();
 		String qty  = maps.get("QTY").toString();
 		String qty  = maps.get("QTY").toString();
 		Map<Object, Object> map = new HashMap<>();
 		Map<Object, Object> map = new HashMap<>();
-		SqlRowList rs = baseDao.queryForRowSet(" select pr_detail,pr_spec,bar_prodcode,to_char(bar_madedate)bar_madedate,bar_code from barcode left join product on pr_code = bar_prodcode where bar_code = '"+barcode+"'  ");
+		SqlRowList rs = baseDao.queryForRowSet(" select pr_detail,pr_spec,bar_prodcode,to_char(bar_madedate,'YYYY-MM-DD')bar_madedate,bar_code from barcode left join product on pr_code = bar_prodcode where bar_code = '"+barcode+"'  ");
 		if(rs.next())
 		if(rs.next())
 		{
 		{
 			baseDao.updateByCondition("barcode","bar_remain = '"+qty+"' " +
 			baseDao.updateByCondition("barcode","bar_remain = '"+qty+"' " +