This commit is contained in:
linfso 2024-05-23 07:44:40 +08:00
parent 926fcee04b
commit 8a85057c16
2 changed files with 9 additions and 2 deletions

View File

@ -382,8 +382,11 @@ public class EmisWaybill extends BaseEntity
private String transLineTypeName;
private String productTypeName;
/* 寄件客户客户名称 */
// private String customerName;
/* 录单站点 */
private String registerSiteName;
/* 录单人 */
private String registerManName;
// 取件员 ,操作员
private String takePieceEmployeeName;

View File

@ -197,6 +197,10 @@
<association property="takePieceEmployeeName" column="take_piece_employee_code" select="selectEmpNameByCode"/>
<association property="operateEmployeeName" column="operate_employee_code" select="selectEmpNameByCode"/>
<association property="registerSiteName" column="register_site_code" select="selectSiteNameByCode"/>
<association property="registerManName" column="register_man_code" select="selectEmpNameByCode"/>
</resultMap>
<select id="selectDestNameByCode" parameterType="String" resultType="string">