|
|
|
|
@ -22,7 +22,7 @@ public class ComparisonRemarkBuilder {
|
|
|
|
|
* @param inspEndYmd 검사종료일자
|
|
|
|
|
* @return 비고 문자열
|
|
|
|
|
*/
|
|
|
|
|
public static String buildProductUseRemarkCase1(
|
|
|
|
|
public static String buildProductUseRemark(
|
|
|
|
|
NewBasicResponse.Record step1Record,
|
|
|
|
|
NewBasicResponse.Record step4Record,
|
|
|
|
|
NewLedgerResponse.Record ledgerRecord,
|
|
|
|
|
@ -82,7 +82,7 @@ public class ComparisonRemarkBuilder {
|
|
|
|
|
* @param daysBetween 일수차이
|
|
|
|
|
* @return 비고 문자열
|
|
|
|
|
*/
|
|
|
|
|
public static String buildCloseProductUseRemark(
|
|
|
|
|
public static String buildProductCloseLevyRemark(
|
|
|
|
|
NewBasicResponse.Record step1Record,
|
|
|
|
|
NewBasicResponse.Record step4Record,
|
|
|
|
|
NewLedgerResponse.Record ledgerRecord,
|
|
|
|
|
|