Merge branch 'master' into macode20240818
This commit is contained in:
commit
9443198007
|
|
@ -353,4 +353,7 @@ public class BackApplyInfo extends BaseEntity {
|
|||
|
||||
/** 操作后库存 */
|
||||
private int postStoreNum;
|
||||
|
||||
/** 库管员 */
|
||||
private long userId;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -669,6 +669,7 @@
|
|||
bad.status as status,
|
||||
IFNULL(bad.audit_num,0)-IFNULL(aa.back_num,0) as num,
|
||||
mt.manage_type as manageType,
|
||||
mtk.user_id,
|
||||
CONCAT('NSJJ',mt.`code`,mt.model_code) as `code`
|
||||
FROM
|
||||
back_apply_details bad
|
||||
|
|
@ -676,6 +677,7 @@
|
|||
LEFT JOIN tm_task_agreement tta on tta.task_id=bai.task_id
|
||||
LEFT JOIN ma_type mt on mt.type_id=bad.type_id
|
||||
LEFT JOIN ma_type mt2 ON mt2.type_id=mt.parent_id
|
||||
LEFT JOIN ma_type_keeper mtk on mt.type_id=mtk.type_id
|
||||
LEFT JOIN (
|
||||
SELECT
|
||||
type_id as typeId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue