新购及修试入库立体仓调试
This commit is contained in:
parent
5a8808b2c4
commit
3d18957cbf
|
|
@ -143,12 +143,12 @@ public class MaterialConstants {
|
||||||
/**
|
/**
|
||||||
* 立体库测试环境建立出库单路径
|
* 立体库测试环境建立出库单路径
|
||||||
*/
|
*/
|
||||||
public static final String TEST_CREATE_OUT_URL = "http://192.168.1.124:32400/api/Outbound/createOutbound";
|
public static final String TEST_CREATE_OUT_URL = "http://192.168.1.124:32400/api/lims/zNXT/docOutStorage";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 立体库生产环境建立出库单路径
|
* 立体库生产环境建立出库单路径
|
||||||
*/
|
*/
|
||||||
public static final String PROD_CREATE_OUT_URL = "http://192.168.1.124:32400/api/Outbound/createOutbound";
|
public static final String PROD_CREATE_OUT_URL = "http://192.168.1.124:32400/api/lims/zNXT/docOutStorage";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 立体库测试环境建立入库单路径
|
* 立体库测试环境建立入库单路径
|
||||||
|
|
|
||||||
|
|
@ -572,7 +572,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
GROUP BY bu.unit_name
|
GROUP BY
|
||||||
|
CONCAT(bu.unit_name, '(身份证后四位:', RIGHT(bzz_idcard, 4), ')')
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getTeamLeaseList" resultType="com.bonus.common.biz.domain.ProjectTreeNode">
|
<select id="getTeamLeaseList" resultType="com.bonus.common.biz.domain.ProjectTreeNode">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue