Commit 6c529da9 authored by suichenguang's avatar suichenguang

交接单

parent 33d857e1
......@@ -25,7 +25,7 @@ public interface ReceiptMapper {
public Map<String,Object> selectReceiptListDate(String id);
//根据身份证号查组号
@Select("select subStr(ACCEPT_NO,0,8) as groupNo from prod_card_t where ID_NO=#{id}")
@Select("select subStr(ACCEPT_NO,0,8) as groupNo from prod_card_t@PROD_LINK where ID_NO=#{id}")
public String selectGroupNoById(String id);
//根据组号查询普通证交接单信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment