Browse Source

教材管理-详情-出库记录,增加去处

dzx 1 year ago
parent
commit
f6d22d3728
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/textbook/TextbookMapper.xml

+ 1 - 1
src/main/resources/mapper/textbook/TextbookMapper.xml

@@ -129,7 +129,7 @@
         order by t1.sort_code
     </select>
     <select id="issueList" resultType="com.xjrsoft.module.textbook.vo.TextbookIssueRecordListVo">
-        SELECT t1.create_date AS issue_date, t2.name AS issue_user, t1.issue_number, t6.name AS issue_mode
+        SELECT t1.create_date AS issue_date, t2.name AS issue_user, t1.issue_number, t6.name AS issue_mode,t1.remark
         FROM textbook_issue_record t1
                  LEFT JOIN xjr_user t2 ON t1.create_user_id = t2.id
                  LEFT JOIN wf_textbook_claim_item t3 ON t1.data_item_id = t3.id