diff --git a/Base/Popbill/PopbillService.cs b/Base/Popbill/PopbillService.cs index de8d30f..6e9ecf3 100644 --- a/Base/Popbill/PopbillService.cs +++ b/Base/Popbill/PopbillService.cs @@ -142,7 +142,7 @@ namespace NP.Base.Popbill detail.serialNum = serialNum; // 일련번호, 1부터 순차기재 detail.purchaseDT = payTax.taxdate?.ToString("yyyyMMdd"); // 거래일자 detail.itemName = payItem.itemname; // 품목명 - detail.spec = ""; // 규격 + detail.spec = payItem.username; // 규격(이름) detail.qty = payItem.pcnt.ToString(); // 수량 detail.unitCost = payItem.payamt.ToString(); // 단가 detail.supplyCost = payItem.payamt.ToString(); // 공급가액 diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index 4af98bc..6ec8fd5 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -1311,7 +1311,7 @@