|
@@ -167,8 +167,8 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getMonthListGroupDefine12" resultType="org.jeecg.modules.fbsMomOrder.entity.FbsMomOrderdetail">
|
|
<select id="getMonthListGroupDefine12" resultType="org.jeecg.modules.fbsMomOrder.entity.FbsMomOrderdetail">
|
|
- SELECT Round(SUM
|
|
|
|
- (i.cInvDefine13 ),2) cInvDefine13,
|
|
|
|
|
|
+ SELECT
|
|
|
|
+ Round(SUM( (mo.Qty*isnull(i.cInvDefine13,0)) ),2) cInvDefine13,
|
|
SUM ( mo.Qty ) Qty,
|
|
SUM ( mo.Qty ) Qty,
|
|
SUM ( mo.QualifiedInQty ) QualifiedInQty,
|
|
SUM ( mo.QualifiedInQty ) QualifiedInQty,
|
|
m.Define12
|
|
m.Define12
|