#
yxFwq
2025-05-10 3b604eb218a3b167144cc6e5d9c86cd95e16157c
src/main/java/com/zy/common/model/MatDto.java
@@ -1,5 +1,6 @@
package com.zy.common.model;
import com.core.common.Cools;
import com.zy.asrs.entity.WrkDetl;
import lombok.Data;
@@ -58,7 +59,7 @@
            this.specs = wrkDetl.getSpecs();
            this.batch = wrkDetl.getBatch();
            this.model = wrkDetl.getModel();
            this.price = wrkDetl.getPrice().toString();
            this.price = Cools.isEmpty(wrkDetl.getPrice())? "":wrkDetl.getPrice().toString();
//        this.juanNo = wrkDetl.getSku();
            this.count = wrkDetl.getAnfme();
            this.weight = wrkDetl.getWeight();